home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / mail / Spam_O_Matic.lha / Spam-O-Matic.doc next >
Text File  |  1996-12-04  |  2KB  |  41 lines

  1. Sick and tired of pyramid schemes and chain letters in Usenet or Email?
  2. Spam-o-Matic is an AREXX script (and related files) that you install as
  3. a Thor macro.  It forwards the entire message, including headers, to the
  4. author, the author's postmaster, the National Fraud Information Center and
  5. the Bureau of Consumer Services.  This is essentially guaranteed to ruin at
  6. least one person's day.
  7.  
  8. To install:
  9.  
  10.    1) Edit S:User-Startup and add the following lines at the bottom:
  11.  
  12.       ;BEGIN THOR
  13.       Assign DEFER Thor: `GetEnv THOR/THORPath`
  14.       ;END THOR
  15.  
  16.    2) Copy Spam-O-Matic.thor,SpamHeader and SpamFooter to THOR:rexx/
  17.    3) In Thor, select "ARexx Script/Add Script" to assign S-O-M to the
  18.       function key of your choice.
  19.  
  20. We wrote this in ARexx instead of C or C++ because we think ARexx is one
  21. of the most powerful features of AmigaDOS.  So many people overlook it as
  22. a second-rate programming language, instead of the top-of-the-line
  23. scripting system that it is.  For example, can you imagine a program to
  24. do this same function on a PC?  Why should we write an NNTP and SMTP/POP-3
  25. capable program when there are already applications out there that do
  26. the job much better than we ever could?  If we want to make an automated
  27. download system, why should we learn how to write an FTP program when
  28. AmFTP does the job so well?  We'd much prefer to use what's already proven,
  29. rather than re-invent the wheel.
  30.  
  31. Spam-o-matic is HolyOathWare.  If you use it, you have to take an oath
  32. to email us with your problems, suggestions, or email addresses appropriate
  33. for the anti-spam campaign.  If you don't follow through, we'll keep cranking
  34. out code.  We do this for our satisfaction and needs, rather than public
  35. recognition.  However, you'll end up in hell.
  36.  
  37. Thanks for using S-O-M, and keep the faith!
  38.  
  39. Kirk Strauser <kstrauser@gxl.com>
  40. Adrian Knight <ajk@dial.pipex.com>
  41.